home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / balones.swf / scripts / frame_71 / DoAction.as
Text File  |  2013-04-24  |  369b  |  18 lines

  1. var ┬º+15┬º = true;
  2. this.onEnterFrame = function()
  3. {
  4.    if(eval("+15"))
  5.    {
  6.       if(_root.check_id == "" || _root.check_id == undefined || _root.check_id == null)
  7.       {
  8.          _root.user_id = "guest";
  9.       }
  10.       else
  11.       {
  12.          set("+15",false);
  13.          _root.user_id = _root.check_id;
  14.          _root.text_mc.mc.play();
  15.       }
  16.    }
  17. };
  18.